Glyph(String, String, String, String, String, String) Constructor

Initializes a new instance of the Glyph class

Definition

Namespace: Independentsoft.Office.Word.Fonts
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public Glyph(
	string codePage0,
	string codePage1,
	string unicodeSubset0,
	string unicodeSubset1,
	string unicodeSubset2,
	string unicodeSubset3
)

Parameters

codePage0  String
 
codePage1  String
 
unicodeSubset0  String
 
unicodeSubset1  String
 
unicodeSubset2  String
 
unicodeSubset3  String
 

See Also